home *** CD-ROM | disk | FTP | other *** search
/ Workbench Designer 2 / Workbench Designer 2.iso / time / dstack / dstac.doc < prev    next >
Encoding:
Text File  |  1996-06-10  |  3.0 KB  |  67 lines

  1. INTRO:
  2. This is a small utility I wrote because a Windoze'95 luser pointed that his
  3. 'operating system' can switch automatically time when it's daylight saving time.
  4.  
  5. This little proggy does exactly this: when needed it changes both the
  6. battery-backed-up clock and the system clock accordingly. It fully uses the
  7. Amiga operating system, so it should work on any configuration having a
  8. battery-backed-up clock. God (and few others) knows what will happen to a plain
  9. 1200 or 500, which miss a b.b.u. clock.
  10. When a change takes place, a small window will pop-up, telling you of the time
  11. shift.
  12. Version 1.1 adds the ability to specify the dates when the changes take
  13. place, in two different formats.
  14. BTW: DSTAC stands for "Daylight saving time automatic changer". Yes, sometimes I
  15. drink too much... :-)
  16.  
  17. DENTRO (installing and configuring):
  18. Put the executable anywere you want (on your hard-drive, I mean), configure it,
  19. and have it launched at every system boot. To do the latter I suggest you
  20. either place it in your WB-Startup drawer or call it from within your
  21. startup-sequence or user-startup. These are the supported options:
  22.  
  23. - FIXED mm:dd:hh mm:dd:hh
  24. Eg.: DSTAC FIXED 4:15:2 10:12:2
  25. FIXED means the two dates are fixed thorough the eons. The first three numbers
  26. indicate the DST starting date, so guess what the second one means.
  27. The first number is for months, the second one for days and the third hours;
  28.  
  29. - PARAM mm:ww:wd:hh mm:ww:wd:hh
  30. Eg.: DSTAC PARAM 4:1:7:2 10:-1:7:2
  31. This is a 'parametrized' date specification (yes, I should improve my
  32. English :-) ).
  33. The first number is the month, the second one is the week of the month, the
  34. third one the week day (being 1 monday and 7 sunday), the last one is the hour.
  35. If you put -1 as the week, it means 'last week'. So the above options means that
  36. DST starts at the first Sunday of April, and ends on the last Sunday of October,
  37. both at 2:00 am . BTW: this should be the right settings for US and Canada.
  38.  
  39. Options can be put on the command line or in the first Tooltype of the icon.
  40.  
  41.  
  42. OUTRO (bugs, and quirks, quarks and quurks):
  43. DSTAC does not make many sanity checks on the dates you supply, so don't be so
  44. idiot to put things like FIXED 2:30:2 11:31:2 .
  45. Also, tooltype reading is quite brutal: the program reads only the first line
  46. and DOESN'T support fancy things like parenthesis used to disable an option.
  47.  
  48. ENDSCROLLER (contact address and thanks):
  49.  
  50. Somehow lazy work done by: Andrea Vallinotto
  51.         e-mail: a.vallinotto@agora.stm.it
  52.            Fidonet: 2:334/21.13
  53.           Amiganet: 39:101/402.13
  54.  
  55. Many thanks to a cool Canadian guy named John R Marshall for the fastest
  56. bug-report I've ever heard of (less than 24 hours form the release time).
  57. Thanks to Alessandro 'Stylus' Zummo for help on timer.device (it was my first
  58. time dealing with ADos devices, WOW!)
  59.  
  60. This software is FREEWARE, unless you think the only good software is the one
  61. you pay a shareware fee for. In this case you're required to send me US $20
  62. (ask me for my address) and to use Windog'95 .
  63.  
  64. Any commercial distribution, except for Aminet CDs, is forbidden!
  65.  
  66. Have a nice day (why not ?).
  67.